Revert "new size"

This reverts commit 640786d203.
This commit is contained in:
QuoteFox
2020-11-09 21:29:00 +00:00
parent 640786d203
commit e56b7226c5
3 changed files with 2 additions and 2 deletions
@@ -51,12 +51,12 @@
o.remove_status_effect(/datum/status_effect/chem/penis_enlarger)
if(21 to 28) //If massive and due for large effects
length = cached_length
size = 4
size = 3
if(!owner.has_status_effect(/datum/status_effect/chem/penis_enlarger))
o.apply_status_effect(/datum/status_effect/chem/penis_enlarger)
if(28 to INFINITY) //If comical
length = cached_length
size = 5
size = 4 //no new sprites for anything larger yet
if(!owner.has_status_effect(/datum/status_effect/chem/penis_enlarger))
o.apply_status_effect(/datum/status_effect/chem/penis_enlarger)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB