Skip to content

Commit

Permalink
carpet remove
Browse files Browse the repository at this point in the history
  • Loading branch information
FatFatFat1 committed Sep 17, 2024
1 parent 339a38d commit f062671
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions code/game/turfs/floor/carpets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
/turf/simulated/floor/carpet/make_plating()
ChangeTurf(/turf/simulated/floor/plating)

/turf/simulated/floor/carpet/Entered(atom/movable/O)
..()
if(ishuman(O))
SEND_SIGNAL(O, COMSIG_HUMAN_ON_CARPET, src)

/turf/unsimulated/floor/carpet // copypaste because we still have unsim as different type :(
name = "red classic carpet"
icon_state = "center_8"
Expand Down
5 changes: 0 additions & 5 deletions code/modules/religion/religion_types/pluvia.dm
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@
/datum/religion/pluvia/proc/custom_haram(mob/living/carbon/human/target, haram_point, reason)
adjust_haram(target, haram_point, reason)

/turf/simulated/floor/carpet/Entered(atom/movable/O)
..()
if(ishuman(O))
SEND_SIGNAL(O, COMSIG_HUMAN_ON_CARPET, src)

/datum/religion/pluvia/proc/carpet_haram(mob/living/carbon/human/target)
if(!target.shoes || target.lying || target.crawling || target.buckled)
return
Expand Down

0 comments on commit f062671

Please sign in to comment.