Skip to content

Commit

Permalink
Update floor.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo1519 authored Oct 14, 2023
1 parent 5a27ac2 commit 59b97fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/simulated/floor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
/turf/open/floor/proc/try_replace_tile(obj/item/stack/tile/T, mob/user, params)
if(T.turf_type == type)
return
if(user.a_intent = INTENT_HARM)
if(user.a_intent == INTENT_HARM)
return
var/obj/item/crowbar/CB = user.is_holding_item_of_type(/obj/item/crowbar)
if(!CB)
Expand Down

0 comments on commit 59b97fb

Please sign in to comment.